There
is a nameless folder in the Windows Explorer. When you try to
delete it, you receive an error message like: "Not
accessible".
Probably the name of the folder is
too long.
Solution:
- Open the command prompt.
- Go to the directory where the
affected folder is located.
- Run "dir /X". This
command lists the content of the folder using short filenames.
- Run "rmdir /S short file
name". This command deletes the specified folder plus all
subfolders and files.
|